<squad>
	<description>
		<type>TYPE_ARMOURED_CAR</type>
		<nationality>NATIONALITY_RUSSIAN</nationality>

		<long_name>M3A1E1 Scout Car</long_name>
		<short_name>Scout Car</short_name>
		<comment>An armored car with a .50cal heavy machine gun and two M1919 machine guns</comment>

		<uniform>russian_scout</uniform>
	</description>

	<availability>
		<data><month>6</month><year>1943</year><number>50</number></data>
		<data><month>12</month><year>1945</year><number>20</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-M3 Scout (russia).png</image_profile>
			<weight>5620</weight>
		</attributes>

		<drive>
			<engine>
				<name>Buda-Lanova 6DT-317 six-cylinder diesel</name>
				<horsepower>81</horsepower>
				<reliability>RELIABILITY_VERY_GOOD</reliability>
				<mount>MOUNT_FRONT</mount>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

			<gears>
				<forwards>4</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_FRONT_WHEELS</steering>

			<exhaust_pipe><offsetX>111</offsetX><offsetY>87</offsetY><angle>135</angle></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-M3 Scout (russian).png</image_view>

			<width>222</width>
			<length>550</length>
			<height>140</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>7@60</upper_front>
				<lower_front>7</lower_front>
				<side>7</side>
				<rear>7</rear>
				<top>7</top>
				<bottom>7</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_SMG_PPS_43</type></weapon>
				<ammo><for>WEAPON_SMG_PPS_43</for><rounds>250</rounds></ammo>
			</man>

			<man>
				<job>JOB_RADIO</job>
				<weapon><type>WEAPON_SMG_PPS_43</type></weapon>
				<ammo><for>WEAPON_SMG_PPS_43</for><rounds>250</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>222</width>
			<length>343</length>
			<height>45</height>

			<offsetX>0</offsetX>
			<offsetY>100</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>13</front>
				<side>7</side>
				<rear>7</rear>
				<top>0</top>
			</armour>
		</superstructure>

		<fixed_weapon>
			<image_view>Image-HMG M2 gun.png</image_view>

			<offsetX>23</offsetX>
			<offsetY>-29</offsetY>
			<offsetZ>200</offsetZ>

			<rotate_time>5</rotate_time>
			<rotate_left>60</rotate_left>
			<rotate_right>60</rotate_right>

			<weapon><type>WEAPON_HMG_50CAL</type></weapon>
			<ammo><for>WEAPON_HMG_50CAL</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_TOKAREV</type></weapon>
				<ammo><for>WEAPON_PISTOL_TOKAREV</for><rounds>60</rounds></ammo>
			</man>
		</fixed_weapon>

		<fixed_weapon>
			<image_view>Image-HMG M1919 gun.png</image_view>

			<offsetX>-73</offsetX>
			<offsetY>138</offsetY>
			<offsetZ>200</offsetZ>

			<rotate_time>5</rotate_time>
			<rotate_left>60</rotate_left>
			<rotate_right>60</rotate_right>
			<offset_angle>-90</offset_angle>

			<weapon><type>WEAPON_LMG_M1919</type></weapon>
			<ammo><for>WEAPON_LMG_M1919</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_MACHINE_GUNNER</job>
				<weapon><type>WEAPON_SMG_PPS_43</type></weapon>
				<ammo><for>WEAPON_SMG_PPS_43</for><rounds>250</rounds></ammo>
			</man>
		</fixed_weapon>

		<fixed_weapon>
			<image_view>Image-HMG M1919 gun.png</image_view>

			<offsetX>18</offsetX>
			<offsetY>227</offsetY>
			<offsetZ>200</offsetZ>

			<rotate_time>5</rotate_time>
			<rotate_left>20</rotate_left>
			<rotate_right>20</rotate_right>
			<offset_angle>180</offset_angle>

			<weapon><type>WEAPON_LMG_M1919</type></weapon>
			<ammo><for>WEAPON_LMG_M1919</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_MACHINE_GUNNER</job>
				<weapon><type>WEAPON_SMG_PPS_43</type></weapon>
				<ammo><for>WEAPON_SMG_PPS_43</for><rounds>250</rounds></ammo>
			</man>
		</fixed_weapon>
	</vehicle>
</squad>
